byte to binary c#

72

c# to binary -

int value = 8;
string binary = Convert.ToString(value, 2);

Comments

Submit
0 Comments